home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utildsk / fixcdid.rdm < prev    next >
Text File  |  1996-05-20  |  1KB  |  41 lines

  1. Short:    Fixes ID file comments (ARexx script) V1.0
  2. Author:   rkoerber@tfh.dssd.sub.org (Richard Koerber)
  3. Uploader: rkoerber@tfh.dssd.sub.org (Richard Koerber)
  4. Type:     disk/cdrom
  5.  
  6. Requires:  ARexx
  7. Languages: English
  8.  
  9.  
  10. This is a short ARexx script I wrote. It searches through a directory
  11. that contains ID files for CeeD, MCDPlayer or compatible, and sets all
  12. relating file comments to Artist and CD-Title. Now you can locate a CD
  13. file by its file comment. :-)
  14.  
  15. The comment format is:  <Artist>: <CD-Title>  . Note that all quotation
  16. marks will be stripped!
  17.  
  18.  
  19. Usage:
  20.  
  21.  - Change into the directory where ID files are located.
  22.  - Enter  rx FixCDID.readme
  23.  - Wait and see what happens :-)
  24.  
  25.  
  26. Note that:
  27.  
  28.  - non-ID files are skipped
  29.  - all ID file names are converted to upper case
  30.  - even existing file comments will be replaced!
  31.  
  32.  
  33. Disclaimer:
  34.  
  35. This script is Public Domain. You can use and/or abuse it as you deem
  36. necessary, but you also bare the full risk! Don't blame me if all files
  37. on your partition are renamed or deleted... :)
  38.  
  39.  
  40. Have fun!
  41.